home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / s / suprabootv1.10d.dms / suprabootv1.10d.adf / s / Startup-SYS_1.3_A1000 < prev    next >
Text File  |  1990-10-11  |  2KB  |  58 lines

  1. echo "*N*e[33mSupraBoot.  Workbench Release 1.3 version 34.20*e[0m*N"
  2. ;
  3. ;  Use the system directories on the harddisk.
  4. ;
  5. sys:c/Assign c: sys:c
  6. Assign s: sys:s
  7. Assign l: sys:l
  8. Assign libs: sys:libs
  9. Assign fonts: sys:fonts
  10. Assign devs: sys:devs
  11. ;
  12. ;  The next two Assign statements are added for the convenience of DPaint II
  13. ;  users.  You can change the path to suit your needs.  To make the lines
  14. ;  useable, delete the leading semicolons.  You can delete these lines if you
  15. ;  don't use DPaint II.
  16. ;
  17. ;Assign DPaint: dh0:DPaint
  18. ;Assign dh: dh0:DPaint
  19. ;
  20. c:Addbuffers df0: 10 ;  Takes up about 5K of memory, but improves floppy speed
  21. c:SetPatch >NIL:     ;  Patch system functions
  22. cd c:
  23. Sys:System/FastMemFirst   ; Move C00000 memory to last in list
  24. BindDrivers
  25. ;
  26. ;  ReadClock is used by the A1000 interface which comes with a realtime
  27. ;  clock.  This clock is also an option for the A500 interface.
  28. ;
  29. ;  SetClock is used by the A500 with the optional 1/2 meg ram/realtime clock
  30. ;  module installed or the A2000.
  31. ;
  32. ;  You can remove the comment in front of the line you need.
  33. ;
  34. FailAt 30
  35. ;
  36. ;SetClock >NIL: load 
  37. ;
  38. "sys:Supra/A1000 only!/ReadClock"
  39. Date
  40. ;
  41. resident CLI L:Shell-Seg SYSTEM pure add     ;  activate Shell
  42. resident c:Execute pure
  43. mount newcon:
  44. ;
  45. failat 11
  46. run execute s:StartupII  ;  This lets resident be used for rest of script
  47. wait >NIL: 5 mins        ;  wait for StartupII to complete (signals when done)
  48. ;
  49. ;SYS:System/SetMap usa1  ;  Activate the ()/* on keypad of A500/A2000
  50. ;
  51. ;
  52. ;  Set path for Workbench
  53. ;
  54. Path RESET
  55. Path ram: c: sys:utilities sys:system sys:tools s: sys:prefs sys:supra add 
  56. LoadWB delay  ;wait for inhibit to end before continuing
  57. endcli >NIL:
  58.